bit field造句
例句與造句
- Each segment is a 16 - bit field called a
每個段都是一個16位的字段,稱為 - This is used for certain fields in classes , bit fields , and so on
這用于類中的某些字段、位字段等等。 - Bit fields with base types other than
以外基類型的位域。 - Property in a 2 - bit field and the
屬性以及62位字段的 - Property in a 62 - bit field
屬性進行了編碼。 - It's difficult to find bit field in a sentence. 用bit field造句挺難的
- Do use a singular name for an enumeration , unless its values are bit fields
對枚舉使用單數(shù)名稱,除非枚舉值是位域。 - Indicates that an enumeration can be treated as a bit field ; that is , a set of flags
指示可以將枚舉作為位域(即一組標志)處理。 - A bit field
位字段。 - Do use a plural name for enumerations with bit fields as values , also called flags enumerations
對使用位域值的枚舉(也稱為標志枚舉)使用復數(shù)名稱。 - Warning c6299 : explicitly comparing a bit field to a boolean type will yield unexpected results
警告c6299 :對一個位字段和boolean類型進行顯式比較會產(chǎn)生意外的結果 - To an enumeration to indicate that the enumeration should be treated as a bit field ; that is , as a set of flags see example 2
應用于枚舉,指示應將該枚舉視為位域,即一組標志(請參見示例2 ) 。 - Custom attribute on the definition of an enumeration indicates that the enumeration should be treated as a set of bit fields flags , and the absence of this attribute indicates the type should be viewed as a group of enumerated constants
自定義屬性指示該枚舉應該作為一組位域(標志)對待,沒有該屬性指示該類型應被視為一組枚舉常數(shù)。